Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
ColorThresholdCommand Constructor(ColorThresholdCommandType,ColorThresholdCommandComponent[])
See Also 




type
Value that represents the color space on which the threshold is based.
components
Array of 3 ColorThresholdCommandComponent classs that contains the properties used to compare and modify each component.
Initializes a new ColorThresholdCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As ColorThresholdCommandType, _
   ByVal components() As ColorThresholdCommandComponent _
)
Visual Basic (Usage)Copy Code
Dim type As ColorThresholdCommandType
Dim components() As ColorThresholdCommandComponent
 
Dim instance As ColorThresholdCommand(type, components)
C# 
public ColorThresholdCommand( 
   ColorThresholdCommandType type,
   ColorThresholdCommandComponent[] components
)
Managed Extensions for C++ 
public: ColorThresholdCommand( 
   ColorThresholdCommandType type,
   ColorThresholdCommandComponent*[] components
)
C++/CLI 
public:
ColorThresholdCommand( 
   ColorThresholdCommandType type,
   array<ColorThresholdCommandComponent^> components
)

Parameters

type
Value that represents the color space on which the threshold is based.
components
Array of 3 ColorThresholdCommandComponent classs that contains the properties used to compare and modify each component.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also